[NET] net-gso.patch: Fix up GSO packets with broken checksums
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Mon, 10 Jul 2006 14:36:04 +0000 (15:36 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Mon, 10 Jul 2006 14:36:04 +0000 (15:36 +0100)
commitb13a112805806d2ee8ac09bd9b02b798b01276a0
tree2eada5405dec0b6e9eb1b00514810c49a04e19e4
parentfb79aef8d87b57e244808b225e3cbc7c387b25b1
[NET] net-gso.patch: Fix up GSO packets with broken checksums

Here is the original changelog:

   [NET] gso: Fix up GSO packets with broken checksums

   Certain subsystems in the stack (e.g., netfilter) can break the
   partial
   checksum on GSO packets.  Until they're fixed, this patch allows
   this to
   work by recomputing the partial checksums through the GSO
   mechanism.

   Once they've all been converted to update the partial checksum
   instead of
   clearing it, this workaround can be removed.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
linux-2.6-xen-sparse/include/linux/skbuff.h
linux-2.6-xen-sparse/net/core/dev.c
patches/linux-2.6.16.13/net-gso.patch